home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / bootlook.zip / BOOTLOOK.DOC < prev    next >
Text File  |  1990-02-02  |  1KB  |  36 lines

  1.  
  2.                                     BOOTLOOK
  3.  
  4.         This is a little ditty I wrote one Sunday afternoon 'cuz I was curious
  5.     about the boot sector and the information I read that it contains.
  6.  
  7.         BOOTLOOK reads track 0, sector 1 and prints a simple (and not real well
  8.     organized) report to the screen that tells you ...
  9.  
  10.        1.  What version of DOS was used to format the disk.
  11.        2.  How many sectors and clusters.
  12.        3.  How many FAT tables, directory entries and reserved sectors.
  13.        4.  How many sectors the disk uses.
  14.        5.  How many cylinders (tracks) are on the disk.
  15.        6.  How many heads (sides) are used.
  16.        7.  Total disk capacity.
  17.  
  18.         It works on floppy disks and hard drives.
  19.  
  20.         It is simple to use and totally harmless.  It might even be useful!
  21.         The source code requires Turbo Professional 5.0 for one or two calls
  22.         which could be done from DOS functions without too much trouble.
  23.  
  24.         Just type BOOTLOOK and press <ENTER> ...
  25.  
  26.     Enjoy,
  27.  
  28.     Written and copyright 1990 by William C. Scott
  29.  
  30.     Coalgate BBS
  31.     (405) 927-3840  24hrs  no charge
  32.     -  USR HST 14.4/9600/2400/1200/300 baud
  33.     -  Supporting PmCat
  34.     -  D/L on first call
  35.  
  36.